home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / LAZRLIST.ARJ / LAZRLIST.DOC next >
Text File  |  1992-08-10  |  2KB  |  64 lines

  1.                                LAZRLIST
  2.                      Programmer's Source Code Lister
  3.                                Ver. 1.2
  4.  
  5.  
  6.  
  7. SHAREWARE NOTICE
  8. ----------------
  9. LAZRLIST is not in the public domain.  It is shareware. If you use this
  10. program, please register your copy by sending the $10 shareware fee to:
  11.  
  12. Thomas Czajkowski
  13. 5 Bentley Road
  14. Plainview, NY 11803
  15.  
  16.  
  17. All Bulletin Board Operators and shareware distributors are welcome to
  18. distribute this program, as long as no changes are made without my written
  19. permission. Users of LAZRLIST are welcome to copy and distribute the complete
  20. program with their friends and others. Please keep the program and
  21. documentation together.
  22.  
  23. Registered users will receive the latest version, without the shareware screen
  24. at the end of the program. They are also entitled to mail support, and will
  25. receive upgrades to the program upon receipt of a $2.50 handling charge.
  26.  
  27. If you register, I will be encouraged to improve the program. It's up to you!
  28.  
  29.  
  30. LAZRLIST is a programmers source code lister written exclusively for laser
  31. printers supporting HPII PCL. It should work on Desk-Jet printers as well
  32. but it has not been tested on one as of yet.
  33.  
  34.  
  35. The use of LAZRLIST is quite simple. If the program is executed without any
  36. command line parameters you will see a point and shoot menu of all the files
  37. in the current directories. You may hit the enter key to print an individual
  38. file, or tag multiple files with the TAB key. To untag a file, hit the TAB
  39. key again. To tag all files, type CTRL-T, and to untag all, type CTRL-U.
  40. You may also enter a file specification on the command line
  41. e.g. <LAZRLIST *.c> to choose only files with "c" as the extension.
  42.  
  43. After choosing the file(s) to print, a pop-up menu will appear, prompting
  44. you for the type of printout you would like. The choices are:
  45.   1. Portrait :  75 Columns 1 row
  46.   2. Landscape:  55 Columns 1 Row (for especially wide source code)
  47.   3. Land 2 Col: 55 Columns, 2 Rows (110 lines total per page)
  48.  
  49. If your printer has joggling, multiple files will be joggled on printout.
  50. If you have a duplex printer (e.g. HPIIISi) you may print duplex by entering
  51. "/D" on the command line. e.g. <LAZRLIST *.BAS /D>
  52.  
  53.  
  54. I recommend that you copy LAZRLIST to a directory which is in your PATH.
  55. e.g. <PATH=c:\utility> If you do this you will be able to print source code
  56. from any directory on your PC.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.